home *** CD-ROM | disk | FTP | other *** search
/ EnigmA Amiga Run 1996 February / EnigmA AMIGA RUN 04 (1996)(G.R. Edizioni)(IT)[!][issue 1996-02][Skylink CD III].iso / earcd / gcc / ixpath.rea < prev   
Text File  |  1996-01-16  |  2KB  |  67 lines

  1. Short:    Patch dos to use ixemul style path parsing
  2. Author:   erix@telebyte.nl
  3. Uploader: erix@telebyte.nl
  4. Version:  1.36
  5. Type:     dev/gcc
  6. Requires: kick v36
  7.  
  8. ixpath v1.36
  9. ------------
  10.  
  11. This program patches some dos.library functions so you can use ixemul
  12. style paths when calling these functions. You would I think only need
  13. such a patch when you're using gcc utilities like `rm', `cat', etc...
  14.  
  15. Better yet, if you don't see the advantages of this patch, you probably
  16. won't have any use for it.
  17.  
  18. usage: ixpath [anything]
  19.  
  20. Functions will only be patched when no arguments are given. If you do
  21. pass any argument, some info will be printed and no patch will be
  22. installed.
  23.  
  24. - path conversion: .     current dir
  25.                    ..    parent dir
  26.                    /foo  foo:
  27.  
  28. - does not require ixemul.library (is that a good thing?)
  29.  
  30. - includes source
  31.  
  32. - displays a list of patched functions on startup
  33.  
  34. - does not check whether patch already installed or not
  35.  
  36.  
  37. disclaimer
  38. ----------
  39.  
  40. There is no warranty for this program to the extend permitted by
  41. applicable law. Except where otherwise stated in writing the copyright
  42. holder and/or other parties provide the program `as is' without warranty
  43. of any kind, either expressed or implied, including, but not limited
  44. to, the implied warranties or merchantability and fitness for a
  45. particular purpose. The entire risk as to the quality and performance
  46. of the program is with you. Should the program prove defective, you
  47. assume the cost of all necessary servicing, repair or correction.
  48.  
  49. In no event will any copyright holder, or any other party who may
  50. redistribute the program as permitted above, be liable to you for
  51. damages, including any general, special, incidental, or consequential
  52. damages arising out of the use or inability to use the program
  53. (including, but not limited to loss of data or data being rendered
  54. inaccurate or losses sustained by you or third parties or a failure
  55. of the program to operate with any other programs), even if such holder
  56. or other party has been advised of the possibility of such damages.
  57.  
  58. copyright
  59. ---------
  60.  
  61. This program is freeware and may be freely distributed for
  62. non-commercial purposes, as long as all the files in the original
  63. archive are present and have not been modified in any way.
  64.  
  65.  
  66. Send me an email if you find a bug or have something to report.
  67.